home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Assets / Interface / Main.dxr / Movie Scripts_2_Banners and bar colours.ls < prev    next >
Encoding:
Text File  |  2005-05-17  |  238 b   |  15 lines

  1. global dataSource
  2.  
  3. on setBanner me, secNum
  4.   dataSource.setBanner(secNum + 1)
  5. end
  6.  
  7. on goBannerTarget me
  8.   trace("RECEIVED BANNER PRESS")
  9.   dataSource.bannerPressed()
  10. end
  11.  
  12. on setBarColours me, secNum
  13.   dataSource.setBarColours(secNum)
  14. end
  15.